gesture: Add private getter to know whether a touch begin was handled
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 3 Mar 2014 19:46:10 +0000 (20:46 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:22 +0000 (19:54 +0200)
commit83dd050ab23a57f4b7ad614b6b3f5a82c21152e9
tree5b197dc956a51c43f5124a0269b8b7cac0974100
parenta9fa0151f1c30f77134e31ac260afa17aa3b273f
gesture: Add private getter to know whether a touch begin was handled

If GDK_TOUCH_BEGIN was handled/consumed for a sequence, or GDK_BUTTON_PRESS was
handled for the mouse gesture, this function will return TRUE.
gtk/Makefile.am
gtk/gtkgesture.c
gtk/gtkgestureprivate.h [new file with mode: 0644]